DX11 COPY VECTOR2

Copies the data of the first vector to the second.

  Syntax
Return Dword = DX11 COPY VECTOR2(sourceVector2, targetVector2)
  Parameters
sourceVector2
Dword
The source vector, whose data will be copied to the target vector.
targetVector2
Dword
The target vector, to which to copy the data of the source vector.

  Returns

The target vector is returned to facilitate chaining. There is also a second version of this function which doesn't return any value if your circumstances better afford that.

  See also

MATH Functions Menu
DX11 Function Categories